home *** CD-ROM | disk | FTP | other *** search
/ SunSoft Catalyst CDWARE 1996 May to August / Catalyst CDWARE 1996 May to August.iso / .products / TIBCO / _install / notOS.sh < prev    next >
Linux/UNIX/POSIX Shell Script  |  1996-04-05  |  185b  |  9 lines

  1. #!/bin/sh
  2.  
  3.         echo ""
  4.         echo "This demonstration is for Solaris on SPARC only."
  5.         echo ""
  6.         echo "Use your mouse to Quit this window."
  7.         read return
  8. exit 0
  9.